-
Notifications
You must be signed in to change notification settings - Fork 0
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
All Pads are there again after Rebooting the Server #14
Comments
It is no plugin bug. This plugin shows the current total number of pads above the list. I'd guess you start docker with the same instance of DB as before deleting pads. But can't analyze your docker install. I closed the issue. |
I have just tested it:
Result: Backup (A) contains the same pads as backup (B) inside db But at Either the Postgresql db dump has an issue, or the deletion does not really delete. I could not find the source for Notes: When restarting the Etherpad Docker, the deleted pads do not show up (as expected). When restarting the Postgresql Docker, the deleted pads do not show up (ax expected). However, when rebooting the server, the deleted pads show up again (!) So some "data recovery" seems to happen with the server reboot?! ... and all new changes to pads are also there. Could this have to do with the issue:
|
You are correct. Therefore I recommend you to open an issue with ep_adminpads2, as this is only a fork and I'm not really a nodejs or etherpad coder, but just someone who was pissed to have no sortable columns and not enough info in adminpads2. |
When I reboot the server, all pads that I have deleted with the plugin are again in the list at
/admin/pads
.Is this a bug of the plugin? It happens also with the other plugin "adminpads2".
Or has the problem to do with Etherpad docker and the Postgresql docker?
How can I solve this, so deleted is deleted. Thank you.
The text was updated successfully, but these errors were encountered: