eyenalxai
PROOP
a month ago
Can I create a backup for Postgres, restore an older backup, dump data from it and restore again from the most recent backup i just made? Will that work?
2 Replies
a month ago
yea, when you click restore, what railway does is it creates a new volume with that data in it, so you retain your current data anyway
a month ago
Your process will be something like:
- Create a current backup (juust in case)
- Restore old backup
- Mount new volume containing old backup data to service
- Do what you need to do
- Mount the original volume back