Skip to content

Commit 18de5b9

Browse files
committed
LPD-62912 updates properties and README to reflect that the feature is not yet complete
1 parent 8e0e803 commit 18de5b9

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

README.markdown

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ To shut down the environment, run `./gradlew stop`.
3131
- [Enable PostgreSQL 16.3](#enable-postgresql-163)
3232
- [Enable DB2 11.5](#enable-db2-115)
3333
- [Enable MariaDB 10.6](#enable-mariadb-106)
34-
- [Enable Microsoft SQL Server 2022](#enable-microsoft-sql-server-2022)
3534
- [Import a database dump](#import-a-database-dump)
3635
- [Enable database partitioning (MySQL and PostgreSQL only)](#enable-database-partitioning-mysql-and-postgresql-only)
3736
- [Configure database port](#configure-database-port)
@@ -251,16 +250,6 @@ Set the `lr.docker.environment.service.enabled[mariadb]` property to `true` or `
251250
lr.docker.environment.service.enabled[mariadb]=true
252251
```
253252

254-
#### Enable Microsoft SQL Server 2022
255-
256-
Set the `lr.docker.environment.service.enabled[sqlserver]` property to `true` or `1` in `gradle.properties`.
257-
258-
`gradle.properties`:
259-
260-
```properties
261-
lr.docker.environment.service.enabled[sqlserver]=true
262-
```
263-
264253
#### Import a database dump
265254

266255
Database dump files can be added to the `./dumps` directory at the root of the Workspace. They will automatically be copied into the database container.

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@ lr.docker.environment.service.enabled[mail]=false
4646
lr.docker.environment.service.enabled[mariadb]=false
4747
lr.docker.environment.service.enabled[mysql]=false
4848
lr.docker.environment.service.enabled[postgres]=false
49-
lr.docker.environment.service.enabled[sqlserver]=false
5049
lr.docker.environment.service.enabled[webserver_http]=false
5150
lr.docker.environment.service.enabled[webserver_https]=false
5251

52+
# Still under development.
53+
# lr.docker.environment.service.enabled[sqlserver]=false
54+
5355
# Optional
5456
#
5557
# Set to "false" or "0" if you want to persist volume data between restarts

0 commit comments

Comments
 (0)