-
Notifications
You must be signed in to change notification settings - Fork 10
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
Database issues when restoring/removing #55
Comments
I really think these lines are useless and don't do anything: @yalh76, can you comment why you added them in b2c96f3 ? mautrix_signal_ynh/scripts/remove Lines 69 to 74 in 43ff5e3
There is only one user in the db, it's mautrix_signal. On my system:
If you want to Error log output in CI or when removing:
I suggest reverting b2c96f3. What was even the idea behind? To purge all messages from the bot, and portal rooms? I am not sure if that's desirable, but that surely doesn't have anything to do with psql's role system. |
They come from https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh/blob/aa421e61f99f25a1f373bcb54b986f9c00416579/scripts/remove#L63-L71 There was no reason for one mautrix_*_ynh needed it and not the other ones, I didn't dig down into it, just copy/pasted |
Well, mautrix_whatsapp uses the Go mautrix library, while telegram, signal and facebook use the python one. I may dig a bit more, but I think we might as well remove these lines. |
Feel free to do then ;) |
Remove:
Restore:
The text was updated successfully, but these errors were encountered: