Could someone help me rewind my project

Whenever i go to rewind an error comes up for enmap and i dont know how to delete the current database so i could go back to the old one.

Generally its best to keep the database out of git’s version control, as it makes changes often and can make your disk space usage grow too quickly.

You can keep it out of git by either of:

  • move it into the .data folder
  • add a file gitignore and put the database path and filename into it.

If you want to restore the database from a backup, @glitch_support may be able to help you.

2 Likes

Hey @TeaCup

If you end of needing a backup of your project, just let me know!

I went ahead and just restarted my whole project, so I’m good now thank you though!

1 Like