Versions:
timescaledb_post_restore()
Perform the proper operations after restoring the database has completed.
Specifically this resets the timescaledb.restoring
GUC and restarts any
background workers. See backup/restore docs for more information.
Sample usage
SELECT timescaledb_post_restore();
Found an issue on this page?
Report an issue!