-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically restore after the render platform is deployed #4609
Comments
Note v2.0 is not ready yet, see #4500 for further context on what needs to be done to get to said state. You can use our isntallation guide to install a stable version: For your issue it is quite unclear what you mean with
Restore from where? |
After successfully deploying and registering, the login information will be deleted after a few hours and will be restored to the registration page. |
So basically, your cloud provider is not persisting the database. Am I taking this correctly? Could you please report all the details we asked in above form ( |
Render would automatically shutdown idle web services after some delay for the Free tier. Most likely configuration is lost because of this. |
That sounds very much like it. => closing as resolved. |
I have connected an external database in the environment variables, and the situation is the same. |
There were no error logs, the deployment was successful. The deployment method was simply importing the repository, keeping other settings as default, and then deploying. |
What is your exact environment? (redacting secrets) |
What are the logs of uptime kuma?
When I was asking about the |
The correct environment variable names (note that these are undocumented and unstable): UPTIME_KUMA_DB_TYPE=mariadb
UPTIME_KUMA_DB_HOSTNAME=<your-database-hostname>
UPTIME_KUMA_DB_PORT=3306
UPTIME_KUMA_DB_NAME=<your-database-name>
UPTIME_KUMA_DB_USERNAME=<your-database-username>
UPTIME_KUMA_DB_PASSWORD=<your-database-password> |
OK,I will try |
I think the issue for using the development builds (not alpha/beta) of uptime kuma is resolved with this. |
🛡️ Security Policy
📝 Describe your problem
Automatically restore after the render platform is deployed
The database is set up, but it will still be restored to its original state
📝 Error Message(s) or Log
No response
🐻 Uptime-Kuma Version
2.0.0-dev
💻 Operating System and Arch
Render
🌐 Browser
Google Chrome
🖥️ Deployment Environment
The text was updated successfully, but these errors were encountered: