GoToSocial | Mastodon Alternative
-
-
wrote on Mar 16, 2023, 3:40 PM last edited by yusf Mar 16, 2023, 3:59 PM
@murgero It's not clear to me how to do that. I tried
ALTER DATABASE mydb CONNECTION LIMIT 0;
andSELECT pg_terminate_backend(pid) FROM pg_stat_activity WHERE datname = 'mydb';
but I only managed to lock myself out before being able to
DROP DATABASE mydb;
How should I drop the database? No matter what I try I get
ERROR: cannot drop the currently open database`
-
@murgero It's not clear to me how to do that. I tried
ALTER DATABASE mydb CONNECTION LIMIT 0;
andSELECT pg_terminate_backend(pid) FROM pg_stat_activity WHERE datname = 'mydb';
but I only managed to lock myself out before being able to
DROP DATABASE mydb;
How should I drop the database? No matter what I try I get
ERROR: cannot drop the currently open database`
-
-
wrote on May 26, 2023, 5:04 AM last edited by
-
-
@robi This app is packaged and tested working on my server, repo is ready - all it needs is tests which I cannot do right now but maybe this weekend or next.
@murgero care to share?
-
@murgero care to share?
@doodlemania2 Repo is in the original post
-
-
wrote on Jan 14, 2024, 1:06 PM last edited by
If there was a Gotosocial on Cloudron it would be great. Minimal on resources and for individuals, it's definitely a better choice than Mastodon.
-
-
wrote on Apr 5, 2024, 6:03 AM last edited by archos Apr 5, 2024, 6:06 AM
What do you think, does nobody really want Gotosocial in Cloudron? I understand there are already three fediverse apps in the app store, but for individuals, gotosocial is much better than the big Mastodon.
-
What do you think, does nobody really want Gotosocial in Cloudron? I understand there are already three fediverse apps in the app store, but for individuals, gotosocial is much better than the big Mastodon.
wrote on Apr 5, 2024, 10:10 AM last edited by -
What do you think, does nobody really want Gotosocial in Cloudron? I understand there are already three fediverse apps in the app store, but for individuals, gotosocial is much better than the big Mastodon.
-
@archos my package on cloudron's gitlab server is federation ready afaik. But I haven't updated it in a long while, if you update it, it can be installed via cloudron CLI and be used just fine