File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff 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 `
251250lr.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
266255Database dump files can be added to the ` ./dumps ` directory at the root of the Workspace. They will automatically be copied into the database container.
Original file line number Diff line number Diff line change @@ -46,10 +46,12 @@ lr.docker.environment.service.enabled[mail]=false
4646lr.docker.environment.service.enabled[mariadb] =false
4747lr.docker.environment.service.enabled[mysql] =false
4848lr.docker.environment.service.enabled[postgres] =false
49- lr.docker.environment.service.enabled[sqlserver] =false
5049lr.docker.environment.service.enabled[webserver_http] =false
5150lr.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
You can’t perform that action at this time.
0 commit comments