How to migrate to a new vps?
Hello I want to migrate my existing coder instance to a new vps. Old installation is using install script and systemd. On the new server i would like to install it in docker (compose). Are there any guides on this?
16 Replies
<#1346567206170791937>
Category
Help needed
Product
Coder (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
hey, all you need to do is migrate the postgres database
using
pg_dump
? and nothing more? no configs or anything else?
uhh i dumped the db but the dump contains nothing
you do need to copy your env/config files too, but templates and everything else is stored in-database
are you sure you dumped the coder db?
and not some built-in postgres database or similar?
I followed these instructions https://coder.com/docs/admin/setup#migrating-from-the-built-in-database-to-an-external-database
And from the logs and env vars of coder it seems like it uses the builtin db
Hmm it seems like this db gets used
/home/coder/.config/coderv2/postgres/bin/bin/postgres
but i found no way to connect to it
@Phorcys do you have an idea?have you launched
coder server postgres-builtin-serve
?Yea as mentioned in the link i sent
after doing this you'll want to use the
psql
CLI, you might have to install it or use it from /home/coder/.config/coderv2/postgres/bin/bin
, not sure whether it exists in there thoughOkay it worked now after starting the builtin server with the right user and then using pg_dump
nice
but i do need to copy the volumes right?

oh yeah sorry about that, you do need to copy over anything persistent that your templates use
hey @Greenman999, I assume you've got this one sorted?
yes
thanks
sounds good, closing the issue then :-)
@Phorcys closed the thread.