Skip to content

Commit 784a044

Browse files
committed
Update concepts-extensions.md
1 parent f9e73a0 commit 784a044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/postgresql/concepts-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Now you can run pg_dump on the original database and then do pg_restore. After t
273273
```SQL
274274
SELECT timescaledb_post_restore();
275275
```
276-
For more details on restore method wiith Timescae enabled database see [Timescale documentation](https://docs.timescale.com/timescaledb/latest/how-to-guides/backup-and-restore/pg-dump-and-restore/#restore-your-entire-database-from-backup)
276+
For more details on restore method wiith Timescale enabled database see [Timescale documentation](https://docs.timescale.com/timescaledb/latest/how-to-guides/backup-and-restore/pg-dump-and-restore/#restore-your-entire-database-from-backup)
277277

278278

279279
### Restoring a Timescale database using timescaledb-backup
@@ -286,7 +286,7 @@ For more details on restore method wiith Timescae enabled database see [Timescal
286286
4. Grant azure_pg_admin [role](https://www.postgresql.org/docs/11/database-roles.html) to user that will be used by [ts-restore](https://github.com/timescale/timescaledb-backup#using-ts-restore)
287287
5. Run [ts-restore](https://github.com/timescale/timescaledb-backup#using-ts-restore) to restore database
288288

289-
More details on hese utilities can be found [here](https://github.com/timescale/timescaledb-backup).
289+
More details on these utilities can be found [here](https://github.com/timescale/timescaledb-backup).
290290
> [!NOTE]
291291
> When using `timescale-backup` utilities to restore to Azure is that since database user names for non-flexible Azure Database for PostgresQL must use the `<user@db-name>` format, you need to replace `@` with `%40` character encoding.
292292

0 commit comments

Comments
 (0)