Migrate user data to a new server
Hi all, I've tried looking in the mailing list for this to no avail. (Maybe my search terms were no good..) I administer a server with about 15 users. The server is failing and so I have set up a new server (with an updated OS, Galaxy version etc (galaxy versions: old - nov 2013, new - Feb 2014). Is there a method for migrating my users and their data across to the new server, without getting them to tell me their passwords.... Cheers, Simon.
Hi Simon I recommend the following (minimal) steps to migrate to a new server: - set up the new server using the SAME Galaxy version your old server is running. - copy the contents of the 'database' directory - make the site specific adjustment, e.g. universe_wsgi.ini - connect your new server to your existing PostgreSQL database - and start your new server, followed by an upgrade to the new Galaxy version Of course, there are many other points to take care of like the existing data libraries and other site specific changes only you know about. Hence I recommend to first work with a copy of your PostgreSQL database, test everything, and then make an rsync of the 'database' directory and switch to the real PostgreSQL database. This way, your user can continue working with the old server, while you test the new one. I hope this gives you a few ideas Regards, Hans-Rudolf On 04/15/2014 06:00 AM, Simon Gladman wrote:
Hi all,
I've tried looking in the mailing list for this to no avail. (Maybe my search terms were no good..)
I administer a server with about 15 users. The server is failing and so I have set up a new server (with an updated OS, Galaxy version etc (galaxy versions: old - nov 2013, new - Feb 2014). Is there a method for migrating my users and their data across to the new server, without getting them to tell me their passwords....
Cheers,
Simon.
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: http://lists.bx.psu.edu/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
I successfully moved galaxy to a new server about a year ago (so some things might have changed...). Things to do/keep in mind were: - Try to keep paths identical on the new server. Some paths are stored in the database. I changed the galaxy user-data location, so I had to manually update using mysql UPDATE commands. - users/passwords are migrated just fine if you dump the database to a file and load that in the new server - I simply copied over the entire installation tree, including reference data, user data, binaries and so on. Double check the universie_wsgi for all paths and locations Geert On 04/15/2014 06:00 AM, Simon Gladman wrote:
Hi all,
I've tried looking in the mailing list for this to no avail. (Maybe my search terms were no good..)
I administer a server with about 15 users. The server is failing and so I have set up a new server (with an updated OS, Galaxy version etc (galaxy versions: old - nov 2013, new - Feb 2014). Is there a method for migrating my users and their data across to the new server, without getting them to tell me their passwords....
Cheers,
Simon.
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: http://lists.bx.psu.edu/
To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
-- Geert Vandeweyer, Ph.D. Department of Medical Genetics University of Antwerp Prins Boudewijnlaan 43 2650 Edegem Belgium Tel: +32 (0)3 275 97 56 E-mail: geert.vandeweyer@ua.ac.be http://ua.ac.be/cognitivegenetics http://www.linkedin.com/in/geertvandeweyer
participants (3)
-
Geert Vandeweyer
-
Hans-Rudolf Hotz
-
Simon Gladman