From 9161435f3ed90347163f268df71c11c650e9fddf Mon Sep 17 00:00:00 2001 From: "beKool.sh" <76424367+beKoool@users.noreply.github.com> Date: Sat, 7 Oct 2023 01:50:18 +0000 Subject: [PATCH 1/5] Add info note --- 10/umbraco-cms/fundamentals/setup/requirements.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/10/umbraco-cms/fundamentals/setup/requirements.md b/10/umbraco-cms/fundamentals/setup/requirements.md index ed3f9cdfb92..90eeb3dfc6f 100644 --- a/10/umbraco-cms/fundamentals/setup/requirements.md +++ b/10/umbraco-cms/fundamentals/setup/requirements.md @@ -105,3 +105,7 @@ The database account used in the connection string will need permissions to read * To use an account with more restricted permissions, the `db_datareader` and `db_datawriter` roles will be needed for normal use to read from and write to the database. The `db_ddladmin` role, which can modify the database schema, is required for installs and upgrades of the CMS and/or any packages that create database tables. For more information on the Database-level roles, see the [Microsoft documentation](https://docs.microsoft.com/en-us/sql/relational-databases/security/authentication-access/database-level-roles?view=sql-server-ver16#fixed-database-roles). + +{% hint style="info" %} +For more information on how to create a db user via SQL, you can check the [Microsoft documentation](https://learn.microsoft.com/en-us/sql/relational-databases/security/authentication-access/database-level-roles?view=sql-server-ver16#a--adding-a-user-to-a-database-level-role). +{% endhint %} \ No newline at end of file From 2dda96517377dc0830e4f5c544f097f8ec769990 Mon Sep 17 00:00:00 2001 From: "beKool.sh" <76424367+beKoool@users.noreply.github.com> Date: Sat, 7 Oct 2023 07:41:18 +0545 Subject: [PATCH 2/5] Add info note --- 11/umbraco-cms/fundamentals/setup/requirements.md | 4 ++++ 12/umbraco-cms/fundamentals/setup/requirements.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/11/umbraco-cms/fundamentals/setup/requirements.md b/11/umbraco-cms/fundamentals/setup/requirements.md index 7403c4b9d9d..7abfd0e53fa 100644 --- a/11/umbraco-cms/fundamentals/setup/requirements.md +++ b/11/umbraco-cms/fundamentals/setup/requirements.md @@ -63,3 +63,7 @@ The database account used in the connection string will need permissions to read * To use an account with more restricted permissions, the `db_datareader` and `db_datawriter` roles will be needed for normal use to read from and write to the database. The `db_ddladmin` role, which can modify the database schema, is required for installs and upgrades of the CMS and/or any packages that create database tables. For more information on the Database-level roles, see the [Microsoft documentation](https://docs.microsoft.com/en-us/sql/relational-databases/security/authentication-access/database-level-roles?view=sql-server-ver16#fixed-database-roles). + +{% hint style="info" %} +For more information on how to create a db user via SQL, you can check the [Microsoft documentation](https://learn.microsoft.com/en-us/sql/relational-databases/security/authentication-access/database-level-roles?view=sql-server-ver16#a--adding-a-user-to-a-database-level-role). +{% endhint %} \ No newline at end of file diff --git a/12/umbraco-cms/fundamentals/setup/requirements.md b/12/umbraco-cms/fundamentals/setup/requirements.md index 7403c4b9d9d..7abfd0e53fa 100644 --- a/12/umbraco-cms/fundamentals/setup/requirements.md +++ b/12/umbraco-cms/fundamentals/setup/requirements.md @@ -63,3 +63,7 @@ The database account used in the connection string will need permissions to read * To use an account with more restricted permissions, the `db_datareader` and `db_datawriter` roles will be needed for normal use to read from and write to the database. The `db_ddladmin` role, which can modify the database schema, is required for installs and upgrades of the CMS and/or any packages that create database tables. For more information on the Database-level roles, see the [Microsoft documentation](https://docs.microsoft.com/en-us/sql/relational-databases/security/authentication-access/database-level-roles?view=sql-server-ver16#fixed-database-roles). + +{% hint style="info" %} +For more information on how to create a db user via SQL, you can check the [Microsoft documentation](https://learn.microsoft.com/en-us/sql/relational-databases/security/authentication-access/database-level-roles?view=sql-server-ver16#a--adding-a-user-to-a-database-level-role). +{% endhint %} \ No newline at end of file From de88eed70f1cf8b7ca4d463e5a267c611b72e7dd Mon Sep 17 00:00:00 2001 From: Alina-Magdalena Tincas <83591955+alina-tincas@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:01:00 +0200 Subject: [PATCH 3/5] Update 10/umbraco-cms/fundamentals/setup/requirements.md --- 10/umbraco-cms/fundamentals/setup/requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10/umbraco-cms/fundamentals/setup/requirements.md b/10/umbraco-cms/fundamentals/setup/requirements.md index 90eeb3dfc6f..24a55d14587 100644 --- a/10/umbraco-cms/fundamentals/setup/requirements.md +++ b/10/umbraco-cms/fundamentals/setup/requirements.md @@ -107,5 +107,5 @@ The database account used in the connection string will need permissions to read For more information on the Database-level roles, see the [Microsoft documentation](https://docs.microsoft.com/en-us/sql/relational-databases/security/authentication-access/database-level-roles?view=sql-server-ver16#fixed-database-roles). {% hint style="info" %} -For more information on how to create a db user via SQL, you can check the [Microsoft documentation](https://learn.microsoft.com/en-us/sql/relational-databases/security/authentication-access/database-level-roles?view=sql-server-ver16#a--adding-a-user-to-a-database-level-role). +For more information on how to create a database user via SQL, you can check the [Microsoft documentation](https://learn.microsoft.com/en-us/sql/relational-databases/security/authentication-access/database-level-roles?view=sql-server-ver16#a--adding-a-user-to-a-database-level-role). {% endhint %} \ No newline at end of file From f155f00d4169bdb3865c23db1e513ca772b8476d Mon Sep 17 00:00:00 2001 From: Alina-Magdalena Tincas <83591955+alina-tincas@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:01:06 +0200 Subject: [PATCH 4/5] Update 11/umbraco-cms/fundamentals/setup/requirements.md --- 11/umbraco-cms/fundamentals/setup/requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/umbraco-cms/fundamentals/setup/requirements.md b/11/umbraco-cms/fundamentals/setup/requirements.md index 7abfd0e53fa..327d31ed0f0 100644 --- a/11/umbraco-cms/fundamentals/setup/requirements.md +++ b/11/umbraco-cms/fundamentals/setup/requirements.md @@ -65,5 +65,5 @@ The database account used in the connection string will need permissions to read For more information on the Database-level roles, see the [Microsoft documentation](https://docs.microsoft.com/en-us/sql/relational-databases/security/authentication-access/database-level-roles?view=sql-server-ver16#fixed-database-roles). {% hint style="info" %} -For more information on how to create a db user via SQL, you can check the [Microsoft documentation](https://learn.microsoft.com/en-us/sql/relational-databases/security/authentication-access/database-level-roles?view=sql-server-ver16#a--adding-a-user-to-a-database-level-role). +For more information on how to create a database user via SQL, you can check the [Microsoft documentation](https://learn.microsoft.com/en-us/sql/relational-databases/security/authentication-access/database-level-roles?view=sql-server-ver16#a--adding-a-user-to-a-database-level-role). {% endhint %} \ No newline at end of file From ffd876904ae3791f467bb11d5a18ebdb95ff3cc1 Mon Sep 17 00:00:00 2001 From: Alina-Magdalena Tincas <83591955+alina-tincas@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:01:12 +0200 Subject: [PATCH 5/5] Update 12/umbraco-cms/fundamentals/setup/requirements.md --- 12/umbraco-cms/fundamentals/setup/requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/umbraco-cms/fundamentals/setup/requirements.md b/12/umbraco-cms/fundamentals/setup/requirements.md index 7abfd0e53fa..327d31ed0f0 100644 --- a/12/umbraco-cms/fundamentals/setup/requirements.md +++ b/12/umbraco-cms/fundamentals/setup/requirements.md @@ -65,5 +65,5 @@ The database account used in the connection string will need permissions to read For more information on the Database-level roles, see the [Microsoft documentation](https://docs.microsoft.com/en-us/sql/relational-databases/security/authentication-access/database-level-roles?view=sql-server-ver16#fixed-database-roles). {% hint style="info" %} -For more information on how to create a db user via SQL, you can check the [Microsoft documentation](https://learn.microsoft.com/en-us/sql/relational-databases/security/authentication-access/database-level-roles?view=sql-server-ver16#a--adding-a-user-to-a-database-level-role). +For more information on how to create a database user via SQL, you can check the [Microsoft documentation](https://learn.microsoft.com/en-us/sql/relational-databases/security/authentication-access/database-level-roles?view=sql-server-ver16#a--adding-a-user-to-a-database-level-role). {% endhint %} \ No newline at end of file