Confluence migration guide
Upgrading to 1.0.0
Version 1.0.0 migrated the blog_posts, pages, and space streams from the
Confluence REST API v1 to the Confluence REST API v2. This change updates endpoint
paths and stream schemas. To ensure a seamless transition, follow the migration
steps outlined below.
Key changes
-
Blog Posts
- Endpoint change:
GET /wiki/rest/api/content?type=blogposttoGET /wiki/api/v2/blogposts - Breaking change: Schema changes require updating existing integrations.
- Endpoint change:
-
Pages
- Endpoint change:
GET /wiki/rest/api/content?type=pagetoGET /wiki/api/v2/pages - Breaking change: Schema changes require adjustments.
- Endpoint change:
-
Spaces
- Endpoint change:
GET /wiki/rest/api/spacetoGET /wiki/api/v2/spaces - Breaking change: Schema changes require migration.
- Endpoint change:
Migration steps
- Upgrade to version
1.0.0or later. - Reset and synchronize the
blog_posts,pages, andspacestreams so Airbyte discovers the new schemas and refreshes existing records.
For more details, see the Confluence REST API v2 documentation.