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
[cparrish@localhost ~]$ homestead up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
==> default: Checking if box 'laravel/homestead' is up to date... | |
==> default: Clearing any previously set forwarded ports... | |
==> default: Clearing any previously set network interfaces... | |
==> default: Preparing network interfaces based on configuration... | |
default: Adapter 1: nat | |
default: Adapter 2: hostonly | |
==> default: Forwarding ports... | |
default: 80 => 8000 (adapter 1) |
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
Checking prerequisites... | |
Checking mgmt port [8089]: open | |
Checking conf files for problems... | |
Done | |
All preliminary checks passed. | |
Starting splunk server daemon (splunkd)... | |
Declared role=universal_forwarder. | |
Done |
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
[cparrish@sftp ~]$ sudo yum update | |
Loaded plugins: amazon-id, rhui-lb, security | |
Zend | 951 B 00:00 | |
Zend/primary | 26 kB 00:00 | |
Zend 145/145 | |
Zend_noarch | 951 B 00:00 | |
Zend_noarch/primary | 2.9 kB 00:00 | |
Zend_noarc |
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
MERGE INTO mp_users_plans Data | |
USING bckup_mp_usr_plan Source | |
ON Data.id = Source.id | |
AND Source.date < ‘<today>’ AND thm_order_id != ‘0' | |
WHEN MATCHED THEN | |
UPDATE | |
SET thm_order_id = Source.thm_order_id; |
NewerOlder