Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
nasc17 488ba649ca
Add pg_dump and pg_restore for linux postgresql 14 (#436)
* Included pg_dump and pg_restore for 14  linux

* include bin

* fix file
2023-07-07 10:27:27 -07:00
Daeun Yim 7a7fb3b075
Add PG Restore/Dump for version 13 and Fix sequence in column and sequence object (#295)
* pgrestore and dump for version 13

* fix column object and add properties

* fix sequence object and column object

* Broken column object fixed

* style fixed
2021-10-06 10:20:34 -07:00
swjain23 bed6e62806
Add backup support for all versions (#273)
* Add support for different versions for backup/restore

- Now dump and restore is supported for PG 9.5, 9.6, 10, 11, 12
- Added pg_dump executables and associated dlls for all versions of PG
- Based on the version of the server, it finds the folder where to look for pg_dump/pg_restore exe and uses that to execute backup and restore
2020-08-31 12:19:35 -07:00
Kevin Mao 483ff6b177
Refactor tools service to support MySQL provider (#267)
* Merge with MySQL/MariaDB branch

* Adjust services to be provider flexible, added MySQL support and re-branded pgtooslservice to ossdbtoolsservice.
2020-08-12 17:24:41 -04:00