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

6 Коммитов

Автор SHA1 Сообщение Дата
Dawn Yim bb0d6c4bdb
Fix Mac simlink issue (#400)
* add support for mac

* fix symlink issue in mac

---------

Co-authored-by: dawntyim <dawntyim@egmail.com>
2023-04-29 12:11:18 -07:00
Dawn Yim 8bbf7eccfe
add backup/restore support for mac (#398)
Co-authored-by: dawntyim <dawntyim@egmail.com>
Co-authored-by: Daeun Yim <69321306+DaeunYim@users.noreply.github.com>
2023-04-29 10:23:00 -07:00
Daeun Yim a117ea9417
Dev/daeunyim/add pg14 exes (#386) (#387)
* Update initialize_request.py

* postgres executables
2023-04-20 15:05:52 -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