Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ef75dc7

Browse filesBrowse files
committed
translate brand in the doctrine.server_version error message
1 parent 29da08a commit ef75dc7
Copy full SHA for ef75dc7

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎commands/doctrine_server_version_check.go

Copy file name to clipboardExpand all lines: commands/doctrine_server_version_check.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ The "%s" file defines a "%s" database service.
6969
7070
When deploying, Doctrine needs to know the database version to determine the supported SQL syntax.
7171
72-
As the database is not available when Doctrine is warming up its cache on Platform.sh,
72+
As the database is not available when Doctrine is warming up its cache on %s,
7373
you need to explicitly set the database version in the ".env" or "config/packages/doctrine.yaml" file.
7474
7575
Set the "server_version" parameter to "%s" in "config/packages/doctrine.yaml".
76-
`, configFile, dbName, dbVersion)
76+
`, configFile, dbName, platformsh.GuessCloudFromDirectory(projectDir).Name, dbVersion)
7777
}
7878

7979
return nil

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.