Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
syncontent
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Web Essentials Jira
Web Essentials Jira
Labels
Merge Requests
0
Merge Requests
0
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Visay Keo
syncontent
Commits
fb6855fb
Commit
fb6855fb
authored
Aug 31, 2017
by
Visay Keo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'neos-2.3-support' into 'neos-2.3'
[TASK] Support older version of Neos See merge request
!10
parents
129fcd4a
201b5bea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ansible/roles/database/tasks/flow.yml
ansible/roles/database/tasks/flow.yml
+1
-1
ansible/roles/database/tasks/flow_db_dump.yml
ansible/roles/database/tasks/flow_db_dump.yml
+1
-1
No files found.
ansible/roles/database/tasks/flow.yml
View file @
fb6855fb
...
...
@@ -5,7 +5,7 @@
when
:
not from_cache|bool
-
name
:
Check local database name
local_action
:
shell FLOW_CONTEXT={{ local_context }} {{ bin_path }}/dockerflow run -T app ./flow configuration:show --type Settings --path
Neos
.Flow.persistence.backendOptions | grep 'dbname' | cut -d ' ' -f2
local_action
:
shell FLOW_CONTEXT={{ local_context }} {{ bin_path }}/dockerflow run -T app ./flow configuration:show --type Settings --path
TYPO3
.Flow.persistence.backendOptions | grep 'dbname' | cut -d ' ' -f2
chdir="{{ local_path }}"
register
:
local_db_name
...
...
ansible/roles/database/tasks/flow_db_dump.yml
View file @
fb6855fb
...
...
@@ -2,7 +2,7 @@
# tasks file for flow database
-
name
:
Read remote database info (FLOW_CONTEXT=Production)
shell
:
FLOW_CONTEXT=Production {{ remote_php | default('') }} ./flow configuration:show --type Settings --path
Neos
.Flow.persistence.backendOptions chdir="{{ remote_path }}"
shell
:
FLOW_CONTEXT=Production {{ remote_php | default('') }} ./flow configuration:show --type Settings --path
TYPO3
.Flow.persistence.backendOptions chdir="{{ remote_path }}"
register
:
db_info
-
name
:
Get remote database host
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment