mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 14:46:29 +00:00
Additional fix to upgrade script
Drop old "repl_events" table.
This commit is contained in:
@@ -239,6 +239,7 @@ CREATE VIEW repmgr.replication_status AS
|
||||
/* drop old tables */
|
||||
DROP TABLE repmgr.repl_nodes;
|
||||
DROP TABLE repmgr.repl_monitor;
|
||||
DROP TABLE repmgr.repl_events;
|
||||
|
||||
-- remove temporary table
|
||||
DROP TABLE repmgr_old_schema;
|
||||
|
||||
Reference in New Issue
Block a user