Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions .github/workflows/automatic-doc-checks.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
- 'LICENSE'
- '**.md'
- .github/renovate.json5
- 'docs/**'
- 'terraform/**'
# Triggered on schedule by .github/workflows/scheduled_ci_*.yaml on default branch
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lib-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
- 'LICENSE'
- '**.md'
- 'renovate.json'
- 'docs/**'

jobs:
lib-check:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
- '*/edge'
paths-ignore:
- 'tests/**'
- 'docs/**'
- .github/renovate.json5
- pyproject.toml
- '.github/workflows/ci.yaml'
Expand Down
39 changes: 0 additions & 39 deletions .readthedocs.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

This repository contains a charmed operator for deploying [PostgreSQL](https://www.postgresql.org/about/) on virtual machines via the [Juju orchestration engine](https://juju.is/).

To learn more about how to deploy and operate Charmed PostgreSQL, see the [official documentation](https://canonical-charmed-postgresql.readthedocs-hosted.com/).
To learn more about how to deploy and operate Charmed PostgreSQL, see the [official documentation](https://canonical.com/data/postgresql/docs/16).

## Overview

This operator provides a PostgreSQL database with replication enabled: one primary instance and one (or more) hot standby replicas. The Operator in this repository is a Python script which wraps PostgreSQL versions distributed by Ubuntu Jammy series and adding [Patroni](https://github.com/zalando/patroni) on top of it, providing lifecycle management and handling events (install, configure, integrate, remove, etc).

## Basic usage

### Deployment
Expand Down
163 changes: 0 additions & 163 deletions docs/.custom_wordlist.txt

This file was deleted.

26 changes: 0 additions & 26 deletions docs/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions docs/.sphinx/.pre-commit-config.yaml

This file was deleted.

46 changes: 0 additions & 46 deletions docs/.sphinx/.pymarkdown.json

This file was deleted.

Loading
Loading