twisted1919
Administrator
Staff memberThat is correct. So after you install with that one command, you will have a fresh version of the app that runs without issues but has no data in it. You then have to drop the app tables, all of them, and import your tables.But your script already makes the DB and all correct? All I would do is drop the tables and replace it?
Just keep in mind that the one command installer installs in a docker environment, so basically inside your vps you have a virtual machine that runs mailwizz, so all the commands have to run inside the virtual machine.
After you login via ssh in your vps, you run: docker exec -it mailwizz /bin/bash and this logs you in inside the virtual machine where you can import the database. Once done, just type exit to logout from virtual machine and back to your vps.
I know, it's a bit complicated if you never worked with docker before :-s