Export/Import script #28

Open
opened 2020-02-07 02:00:59 +00:00 by kuschelyagi · 0 comments
Owner

Create a script that can export all data running on the GCL container + DB, and a corresponding script that can import it.

The export script should produce a tarball (containg a database dump + site data + forum user data + wiki uploaded files) and the import script should be able to consume the produced tarball, set up the docker services (if they are not already running), set up the database, and unpack the files.

The export script can optionally include a docker-compose file with the generated tarfile, so the import script can use it to set up the service.

The goal is to have only a script and tarball which can run on a server, which might be running docker already. Possibly the script can be concatenated onto the tarball so the tarball can be executable.

Create a script that can export all data running on the GCL container + DB, and a corresponding script that can import it. The export script should produce a tarball (containg a database dump + site data + forum user data + wiki uploaded files) and the import script should be able to consume the produced tarball, set up the docker services (if they are not already running), set up the database, and unpack the files. The export script can optionally include a docker-compose file with the generated tarfile, so the import script can use it to set up the service. The goal is to have only a script and tarball which can run on a server, which might be running docker already. Possibly the script can be concatenated onto the tarball so the tarball can be executable.
kuschelyagi added this to the June 2020 milestone 2020-02-07 02:00:59 +00:00
kuschelyagi added the
Migration
label 2020-02-07 02:06:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: glitch-city-laboratories/glitch-city-laboratories#28
No description provided.