Skip to content

Commit 0911137

Browse files
Merge pull request #662 from oracle-devrel/data-modernise-postgresql
Added page on migration to oci db with postgresql
2 parents 9bf3ecc + 1679d36 commit 0911137

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

data-platform/modernise/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Also make sure to check the dedicated pages of the main technology areas of Data
1212
* [Database Patching](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/modernise/database-patching)
1313
* [Cloud Premigration Advisor Tool](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/modernise/cloud-premigration-advisor-tool)
1414
* [Transportable Tablespace](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/modernise/transportable-tablespace)
15+
* [Migration to OCI Database with PostgreSQL](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/modernise/migration-to-oci-database-with-postgresql)
1516

1617
# Team Publications
1718

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Migration to OCI Database with PostgreSQL
2+
3+
OCI Database with PostgreSQL is the ideal solution for organizations aiming to gain effortless scaling in the cloud without changing their applications. It provides full PostgreSQL compatibility while letting users take advantage of OCI’s flexible, high-performance, high-availability infrastructure with built-in security and simple pricing. In addition, this OCI implementation delivers superior scalability combined with reduced administrative demands. Migration to Oracle Database with PostgreSQL can be performed using the pg_dump utility or via online methods using GoldenGate. This page contains links to documentation and assets that better explain how to perform offline and online migrations to the OCI Database with PostgreSQL.
4+
5+
Reviewed: 11.12.2023
6+
7+
# Table of Contents
8+
9+
1. [Team Publications](#team-publications)
10+
2. [Useful Links](#useful-links)
11+
12+
## Team Publications
13+
14+
- [Seamlessly migrate an on-premise PostgreSQL database to OCI Database with PostgreSQL using OCI GoldenGate](https://blogs.oracle.com/dataintegration/post/seamlessly-migrate-an-onpremise-postgresql-database-to-oci-database-with-postgresql-online-with-oci-goldengate)
15+
- Oracle Blogs article explaining how to use OCI GoldenGate to perform an online migration of an on-premises PostgreSQL Database to OCI Database with PostgreSQL
16+
17+
## Useful Links
18+
19+
- [Oracle Documentation: Importing, Exporting, and Migrating Databases](https://docs.oracle.com/en-us/iaas/Content/postgresql/import-export-migrate.htm)
20+
- Oracle Documentation explaining how to use the pg_dump utility to migrate data from a PostgreSQL database into an OCI Database with PostgreSQL
21+
22+
# License
23+
24+
Copyright (c) 2023 Oracle and/or its affiliates.
25+
26+
Licensed under the Universal Permissive License (UPL), Version 1.0.
27+
28+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)