

Having been in company at sales time my self, I can tell you that management will say all sorts of things. But once the sale completes the new owners can do anything, that could be drop all the staff.
I my self also loved the pebble, till it all died. I did try repebble. But the android app was way past it then.
My hope is that the mobile apps get a much needed update, then all the working watches get a firmware update. If that happens, I might have to get my working watch out and setup.
if it helps, I run Lemmy and dont stop the database at all.
I mount a back directory to the container and then run the bellow to do the backup.
dockerID=$(docker ps | grep lemmy_postgres | awk '{print $1}') docker exec ${dockerID} /usr/local/bin/pg_dumpall -c -U lemmy | gzip > /mnt/backups/lemmy/lemmy_dump_`date +%Y%m%d-%H%M%S`.sql.gz
replace the
lemmy_postgres
with your funkwhale name.