• 0 Posts
  • 12 Comments
Joined 5 years ago
cake
Cake day: July 6th, 2021

help-circle
  • > @BrutalBirdie said: > > Hey @downpw > > > @DownPW said: > > > > You have wrote this plugin ? > > Yes and No :sweat_smile: > I did not write it, I vibe coded it. > I would describe it as: I have thought it up and let AI do its thing. > > Yea I have published it after I used it a little. > Thought to myself, ehh, may be useful to someone else as well so why not put it on GitHub and npm.

    Well, I assume you tested it a bit before releasing it publicly, especially given how sensitive it is.

    Don’t hesitate to keep it updated; I think quite a few people will find this plugin useful.

    > @[email protected] said: > > Take a database backup before you let it loose on your codebase then > > >

    Of course, I have daily backups of the database and the NodeBB folder ;)

    By the way, I wonder what the best approach is when you need to restore a database backup to a server where the database already exists.

    Delete the existing one and then restore the backup?

    Same thing for the NodeBB folder?

    I’ve never done this before; I’m just curious how MongoDB handles it.

    I must test on VM