AtlantaBot icon indicating copy to clipboard operation
AtlantaBot copied to clipboard

Migrate the database from one server to another

Open Mistik opened this issue 3 years ago • 3 comments

Hi

Was curious but what file is the database for this bot stored?

As I want to migrate the bot to another server and was curious where the database is stored.

Mistik avatar May 22 '21 16:05 Mistik

For data storage, Atlanta uses MongoDB and Mongoose, nothing is stored locally;3

Asgarrrr avatar May 24 '21 02:05 Asgarrrr

My question is, if I want to transfer the bot to another server how do I transfer the database?

On Mon, 24 May 2021 at 03:33, Jérémy Caruelle @.***> wrote:

For data storage, Atlanta uses MongoDB https://www.mongodb.com and Mongoose https://mongoosejs.com/, nothing is stored locally;3

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Androz2091/AtlantaBot/issues/479#issuecomment-846689977, or unsubscribe https://github.com/notifications/unsubscribe-auth/AONBTBLG7VUEVCVIYJUP5XLTPG3HZANCNFSM45KZPUVA .

Mistik avatar May 24 '21 10:05 Mistik

You make a dump on the previous server then you restore it to the new server (you can read this tutorial)

Androz2091 avatar May 24 '21 15:05 Androz2091