mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-18 11:45:11 +08:00
The update scripts now test extension updates for a multi-node setup with one access node and one data node. Currently the following is tested: * A distributed hypertable is created in the database where the update process is normally tested. * A new database representing a data node is created. This database is updated and restored in the same way as the other database. However, no integrity or other validation checks are currently run on the datanode database; only the ability to update the extension is tested.