¿Mover Discourse a un servidor nuevo sin configurar primero la interfaz web?

Sorry to re-open an old / solved topic, but I thought this clarification should be in here rather than a new topic.

If I want to re-locate a working stand-alone discourse install from old-server to new-server, and assuming that docker is installed and working on new-server, could it be as simple as:

old-server:

cd /var/discourse
./launcher stop app

new-server:

rsync old-server:/var/discourse /var
cd /var/discourse
./launcher rebuild app

Then change the DNS to point the forum’s domain name to new-server.

???

1 me gusta