▲ | zie 12 hours ago | |||||||
We use barman too, but we do hourly and daily restores into different database instances. So for example our prod db is tootie_prod We setup another instance the restores from barman every hour and renames the db to tootie_hourly. We do the same thing daily. This means we have backup copies of prod that are great for customer service and dev troubleshooting problems. You can make all the changes you want to _daily or _hourly and it will all get erased and updated in a bit. Since _hourly and _daily are used regularly, this ensures that our backups are working too, since they are now a part of our daily usage to ensure they never break for long. | ||||||||
▲ | JimBlackwood 11 hours ago | parent [-] | |||||||
Hey, this is a pretty neat idea! I might just use this :) | ||||||||
|