@CRBear Yes, changes to those should work but they get overwritten on updates. Maybe you can just keep a copy of your changes for now and replace them after an update.
@timconsidine [image: 1685478914017-for-free-adam-sandler.gif]
Not meaning to dogpile on you @NoMan-0 , I just like the movies, the scene, the gif, and @timconsidine's post gave me reason to post it!!
Welp... I followed a few other posts about email not working, and found a file in the mail queue, removed it, restarted the mail... and now it works. I might delete all this... but I might leave it up as a suggestion to anyone else to do the same. At the very least, try restarting mail in the Dashboard.
@mdc773 said in Backups:
@jdaviescoates so i am backing up from cloudron to my R2 Cloudflare
Where is your Cloudron hosted? (which company and where physically)
Where physically is your R2 Cloudflare?
@aestela Atleast, the very first post was rejected because it only said "I am facing same problem" or something like that. We rejected it thinking this was spam. Pretty much all the bots now post generic messages like this. I will reply to your other post.
(If you are not happy with the support, of course, just write to support@cloudron.io and we can refund as needed).
@girish I just wanted to say thank you for your help two weeks ago!
I didn't get Postgres running because of too little storage on the disk, so I had no idea in this short time how to delete the things out of Postgres.
For us this issue was very critical and I had to fix it very fast and so I just deleted the dump file which means the loss of the directus instance data, but that was okay in this case.
Again: thank you very much and best regards!
Thank you. Good idea!
I ran traceroute and discovered that example.com resolved to the IP of an old server I once used.
Checking my registrar, I found that I had left example.com and www.example.com resolving to that old server's IP.
Deleting those entries has resolved the issue. When I check example.com it shows the expected "You are seeing this page because the DNS record of example.com is set to this server's IP but Cloudron has no app configured for this domain."
Thank you for your help!
@Stardenver Depends on how you use the volume.
If you use the volume to store the app's data using data directory , then it's part of backup
If you set it up as a mount of the app, then it's not.
redis logs are of the format pid:role timestamp loglevel message . pid is container local.
Role is:
X sentinel
C RDB/AOF writing child
S slave
M master
Unfortunately, there is no way to change the log format in redis (afaik). We just need the message really (others are not useful on Cloudron). See also https://github.com/redis/redis/issues/2545