On Dec 28, 2024, at 05:14, Bo Berglund wrote: My point was just that you usually want to test things in a non-production environment before doing it in production. But your idea to do it on the production server with a separate testing copy of the July backup is fine too.
Sometimes new versions of Subversion introduce more efficient repository storage or new features which require you to dump and load the repository to take advantage of them. But if you don't need those new features or care about higher disk space usage then you can skip that.
Repositories don't have a name. They're just referred to by their path on disk. They do also have a UUID to help you distinguish them. The repository UUID is also recorded in any dump file you make of that repository and Subversion won't let you restore a dump file to a repository that doesn't have the matching UUID. Copying a repository will of course copy its UUID so there should be no problem doing the test on a copy of the repository.
A repository is just a directory of files on disk. Since nothing should be accessing the July backup since you've disabled the server processes, a simple filesystem copy using Windows Explorer or the command line or any other way that you usually copy directories is fine. |
- Re: How to restore repositories from backup server Bo Berglund
- Re: How to restore repositories from backup serv... Ryan Carsten Schmidt
- Re: How to restore repositories from backup ... Bo Berglund
- Re: How to restore repositories from backup server Daniel Sahlberg
- Re: How to restore repositories from backup serv... Bo Berglund
- Re: How to restore repositories from backup ... Ryan Carsten Schmidt
- Re: How to restore repositories from backup ... Bo Berglund
- Re: How to restore repositories from backup ... Bo Berglund
- Re: How to restore repositories from backup ... Daniel Sahlberg
- Re: How to restore repositories from backup ... Bo Berglund
- Re: How to restore repositories from backup ... Ryan Carsten Schmidt
- Re: How to restore repositories from backup ... Bo Berglund
- Re: How to restore repositories from backup ... Ryan Carsten Schmidt
- Re: How to restore repositories from backup ... Bo Berglund
- Re: How to restore repositories from backup ... Bo Berglund
- Re: How to restore repositories from backup ... Ryan Carsten Schmidt
- Re: How to restore repositories from backup ... Bo Berglund
- Re: How to restore repositories from backup ... Bo Berglund
- Re: How to restore repositories from backup ... Daniel Sahlberg
- Re: How to restore repositories from backup ... Bo Berglund
- Re: How to restore repositories from backup ... Daniel Sahlberg