ergochat / ergo

A modern IRC server (daemon/ircd) written in Go.
https://ergo.chat/
MIT License
2.26k stars 180 forks source link

Cannot auto-upgrade on windows #2139

Closed Herringway closed 6 months ago

Herringway commented 6 months ago

The backup process tries to make a copy of the database with a timestamp in it, which unfortunately has a colon in the filename - a forbidden path character on windows systems. This results in an error like Could not load server: Failed to open datastore: open ircd.db.v22.2024-03-28-23:09:52.253Z.bak: The filename, directory name, or volume label syntax is incorrect.