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
a2507443
Commit
a2507443
authored
Feb 22, 2017
by
Visay Keo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Neos3-syscontent' into 'master'
[BUGFIX] Fix syncontent error with Neos3 See merge request
!5
parents
aa70cb97
dc6b4a54
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
CHANGELOG
CHANGELOG
+5
-0
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.
CHANGELOG
View file @
a2507443
CHANGELOG
=========
3.1-dev
-------
- [BUGFIX] Fix syncontent error with Neos3 on Read remote database info
3.1.1
-----
...
...
ansible/roles/database/tasks/flow.yml
View file @
a2507443
...
...
@@ -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
TYPO3
.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
Neos
.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 @
a2507443
...
...
@@ -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
TYPO3
.Flow.persistence.backendOptions chdir="{{ remote_path }}"
shell
:
FLOW_CONTEXT=Production {{ remote_php | default('') }} ./flow configuration:show --type Settings --path
Neos
.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