Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LUYA Content Proxy (LCP) #1117

Closed
nadar opened this issue Dec 20, 2016 · 1 comment
Closed

LUYA Content Proxy (LCP) #1117

nadar opened this issue Dec 20, 2016 · 1 comment

Comments

@nadar
Copy link
Contributor

nadar commented Dec 20, 2016

In order to provide environment sync of files and sql data the admin should have an content proxy directly built in:

  • Devices can be enabled and added on the LCP Master (which is mostly the PROD ENV).
    • Unsure about allowing ip-adresses.
    • At least a connect token must be leased.
  • Client command to sync via LCP admin/proxy/sync, if the command is run for the first time you get prompt to enter the leased connect token.

Proxy Stream:

  • Modules can hide tables from LCP (for example logging tables should not be synced)
  • Syncing a Table:
    1. Number of Rows will be estimated
    2. Packages of 25 Rows per request.
    3. Only content will be transfered in order to NOT conflict with migrations differ to the LCP.
@nadar nadar self-assigned this Dec 20, 2016
@nadar nadar added this to the 1.0.0 milestone Dec 20, 2016
nadar added a commit that referenced this issue Dec 20, 2016
nadar added a commit that referenced this issue Dec 26, 2016
nadar added a commit that referenced this issue Dec 26, 2016
nadar added a commit that referenced this issue Dec 26, 2016
nadar added a commit that referenced this issue Dec 26, 2016
nadar added a commit that referenced this issue Dec 26, 2016
nadar added a commit that referenced this issue Dec 28, 2016
nadar added a commit that referenced this issue Dec 28, 2016
@nadar nadar closed this as completed in 5e4d76d Jan 16, 2017
@nadar nadar reopened this Jan 18, 2017
@nadar
Copy link
Contributor Author

nadar commented Jan 18, 2017

  • flush cache
  • run import after finish
  • run thumbnail process after finish

@nadar nadar closed this as completed Feb 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant