This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE TABLE wp_woocommerce_api_keys ( | |
key_id int NOT NULL identity(1,1), | |
user_id int NOT NULL, | |
description nvarchar(max) NULL, | |
permissions nvarchar(10) NOT NULL, | |
consumer_key nvarchar(64) NOT NULL, | |
consumer_secret nvarchar(43) NOT NULL, | |
nonces nvarchar(max) NULL, | |
truncated_key nvarchar(7) NOT NULL, | |
last_access datetime2 NULL default null, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-03-08 14:14:33.721 | |
WHERE study."connectionId" IN (192, 195, 716, 723, 724) | |
@logStream | |
backend/backend/2f05f7d5-9f9a-4229-890a-63e77c1adb0e | |
@message | |
WHERE study."connectionId" IN (192, 195, 716, 723, 724) | |
@timestamp | |
1552054473721 | |
5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
images path: [ '/application/uploads/imagesToConvert/_MG_9999-1549475115546.jpg', | |
'/application/uploads/imagesToConvert/_MG_9997-1549475134648.jpg', | |
'/application/uploads/imagesToConvert/_MG_9991-1549475151701.jpg', | |
'/application/uploads/imagesToConvert/_MG_9981-1549475166527.jpg', | |
'/application/uploads/imagesToConvert/_MG_9980-1549475186969.jpg', | |
'/application/uploads/imagesToConvert/_MG_9979-1549475205440.jpg', | |
'/application/uploads/imagesToConvert/_MG_9977-1549475232245.jpg', | |
'/application/uploads/imagesToConvert/_MG_9970-1549475258788.jpg', | |
'/application/uploads/imagesToConvert/_MG_9968-1549475283018.jpg', | |
'/application/uploads/imagesToConvert/_MG_9967-1549475307675.jpg', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
images path: [ '/application/uploads/imagesToConvert/cha-bebe-1547664505387.jpg', | |
'/application/uploads/imagesToConvert/carrinho-1547664505514.png' ] | |
image: /application/uploads/imagesToConvert/cha-bebe-1547664505387.jpg outputDicomPath: /application/uploads/imagesToConvert/cha-bebe-1547664505387.jpg_1547664505677.dcm | |
image: /application/uploads/imagesToConvert/carrinho-1547664505514.png outputDicomPath: /application/uploads/imagesToConvert/carrinho-1547664505514.png_1547664505725.dcm | |
18:48:27 - [31merror[39m: message=ENOENT: no such file or directory, open '/application/uploads/imagesToConvert/carrinho-1547664505514.png_1547664505725.dcm', stack=Error: ENOENT: no such file or directory, open '/application/uploads/imagesToConvert/carrinho-1547664505514.png_1547664505725.dcm' | |
at Object.fs.openSync (fs.js:646:18) | |
at Object.fs.readFileSync (fs.js:551:33) | |
at PythonShell.run (/application/node_modules/nuvem-core/helpers/uploadToOrthancHelper.js:62:34) | |
at PythonShell._endCallback (/application/node_modules/python |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
images path: [ '/application/uploads/imagesToConvert/pacs-1547580709349.jpeg', | |
'/application/uploads/imagesToConvert/geladeira-1547580709584.png', | |
'/application/uploads/imagesToConvert/comgas-1547580709722.png', | |
'/application/uploads/imagesToConvert/cha-bebe-1547580709871.jpg' ] | |
image: /application/uploads/imagesToConvert/pacs-1547580709349.jpeg outputDicomPath: /application/uploads/imagesToConvert/pacs-1547580709349.jpeg_1547580709900.dcm | |
image: /application/uploads/imagesToConvert/geladeira-1547580709584.png outputDicomPath: /application/uploads/imagesToConvert/geladeira-1547580709584.png_1547580709908.dcm | |
image: /application/uploads/imagesToConvert/comgas-1547580709722.png outputDicomPath: /application/uploads/imagesToConvert/comgas-1547580709722.png_1547580709912.dcm | |
image: /application/uploads/imagesToConvert/cha-bebe-1547580709871.jpg outputDicomPath: /application/uploads/imagesToConvert/cha-bebe-1547580709871.jpg_1547580709918.dcm | |
19:31:50 - [31merror[39m: Python script error message: message=/usr/lo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19:25:59 | |
images path: [ '/application/uploads/imagesToConvert/Screenshot_from_2019-01-15_14-23-27-1547580358994.png', | |
| |
19:25:59 | |
'/application/uploads/imagesToConvert/Screenshot_from_2019-01-15_14-12-30-1547580359755.png' ] | |
| |
19:25:59 | |
image: /application/uploads/imagesToConvert/Screenshot_from_2019-01-15_14-23-27-1547580358994.png outputDicomPath: /application/uploads/imagesToConvert/Screenshot_from_2019-01-15_14-23-27-1547580358994.png_1547580359780.dcm | |
| |
19:25:59 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
client.create_private_dns_namespace( | |
Name=args.cluster, | |
CreatorRequestId=str(datetime.datetime.now()), | |
Description=args.cluster, | |
Vpc=args.vpc_id | |
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "Synchronize local folder on remote server:" | |
rsync -r -a -v -e ssh --delete /home/local/folder usuario@ip:/home/folder | |
echo "Synchronize folder from the remote server on the local server:" | |
rsync -r -a -v -e ssh --delete usuario@ip:/home/folder /home/local/folder |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'run', 'seed' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose run-script [ 'preseed', 'seed', 'postseed' ] | |
5 info lifecycle [email protected]~preseed: [email protected] | |
6 info lifecycle [email protected]~seed: [email protected] | |
7 verbose lifecycle [email protected]~seed: unsafe-perm in lifecycle true | |
8 verbose lifecycle [email protected]~seed: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/application/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | |
9 verbose lifecycle [email protected]~seed: CWD: /application |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
application/app/backend/node_modules/nuvem-core # npm run seed | |
> [email protected] seed /application/app/backend/node_modules/nuvem-core | |
> sequelize db:seed:all | |
Sequelize CLI [Node: 8.12.0, CLI: 4.1.1, ORM: 4.39.0] | |
Loaded configuration file "config/config.json". | |
Using environment "development". |