Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos-tav
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
agplv3
kohinos-tav
Commits
a08331eb
Commit
a08331eb
authored
Apr 22, 2026
by
Damien Moulard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update export and upload data script & doc
parent
0ca827e5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
INSTALL.md
INSTALL.md
+4
-0
services.yaml
config/services.yaml
+1
-1
ExportAndUploadDataCommand.php
src/Command/ExportAndUploadDataCommand.php
+2
-2
No files found.
INSTALL.md
View file @
a08331eb
...
...
@@ -201,6 +201,10 @@ Quand CCAS_MODE = 1, pour que les reconversions CCAS soient effectuées et les e
57 1 1 * * kohinos php /home/kohinos/kohinos/bin/console kohinos:ssa:export-ccas-transactions
27 2 10 * * kohinos rm -f /home/kohinos/kohinos/ccastransactions/*
Pour activer l'export de données vers un serveur distant :
0 0 1 * * kohinos php /home/kohinos/kohinos/bin/console kohinos:ssa:export-and-upload-data
## Lancer le Kohinos en local
Installer le client symfony
...
...
config/services.yaml
View file @
a08331eb
...
...
@@ -842,7 +842,7 @@ services:
tags
:
-
{
name
:
'
kernel.event_listener'
,
event
:
'
security.interactive_login'
}
App\Command\ExportA
dherents
DataCommand
:
App\Command\ExportA
ndUpload
DataCommand
:
arguments
:
$host
:
'
%export.ssh.host%'
$user
:
'
%export.ssh.user%'
...
...
src/Command/ExportA
dherents
DataCommand.php
→
src/Command/ExportA
ndUpload
DataCommand.php
View file @
a08331eb
...
...
@@ -12,9 +12,9 @@ use App\Entity\Adherent;
use
App\Entity\Prestataire
;
use
App\Entity\Flux
;
class
ExportA
dherents
DataCommand
extends
Command
class
ExportA
ndUpload
DataCommand
extends
Command
{
protected
static
$defaultName
=
'
app:ssa:export-adherents
-data'
;
protected
static
$defaultName
=
'
kohinos:ssa:export-and-upload
-data'
;
protected
$em
;
private
LoggerInterface
$logger
;
...
...
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