You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/concepts-extensions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -293,7 +293,7 @@ To do so, you should do following
293
293
1. Install tools as detailed [here](https://github.com/timescale/timescaledb-backup#installing-timescaledb-backup)
294
294
1. Create a target Azure Database for PostgreSQL flexible server instance and database
295
295
1. Enable Timescale extension as shown above
296
-
1. 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)
296
+
1. Grant `azure_pg_admin`role to user that will be used by [ts-restore](https://github.com/timescale/timescaledb-backup#using-ts-restore)
297
297
1. Run [ts-restore](https://github.com/timescale/timescaledb-backup#using-ts-restore) to restore database
298
298
299
299
More details on these utilities can be found [here](https://github.com/timescale/timescaledb-backup).
0 commit comments