Questions tagged [versioning]
52 questions
2
votes
1 answer
AWS - lambda versions to different gateway stages?
Coming from a "classic/standard" development I'm used to have different deployment stages, e.g. staging and production, each one with its application version.
AWS Lambda functions and API Gateway are freaking me out on how to handle versions and…

fudo
- 141
- 1
- 6
1
vote
1 answer
Load-balancing users over different versions
I'm currently dabling into some distributed environments and I got a question about load-balancing between different versions.
I sort of want to achieve a situation where:
2 or more versions of a SaaS application
Multiple clients for the…

Frederico Commore
- 11
- 1
1
vote
2 answers
MySQL Versioning bring all schemas to the same baseline
So, I'm introducing Flyway into our environment to have all schema changes in version control, so I can automate any changes.
The issue is that I have multiple DBs (let's say 30) that all have different versions of the schemas. I'm looking for a…

IronTom
- 11
- 2
1
vote
1 answer
Apache : Actual Version Released Date vs Server Built Date?
In my Linux, i have httpd (Apache2), and i was curious about it's version released date. So i did:
# httpd -v
Server version: Apache/2.2.15 (Unix)
Server built: Dec 15 2015 15:50:14
But when i google about "Apache 2.2.15 Released Date", according…

夏期劇場
- 455
- 2
- 6
- 19
1
vote
1 answer
Puppet manifest versioning
How does puppet manifest versioning work? I can't find any documentation around this area. Most stuff I read so far says to check in to svn and do update on puppet master, but unless a puppet client can specify and 'pull' a specific version of the…

Sleeper Smith
- 523
- 1
- 4
- 11
1
vote
2 answers
Rsync for generating daily backups, with some sort of history
this is probably expanding on Using Rsync to backup to an external drive
I usually, manually, back up my data to an external drive. I start by creating a directory on the external drive with today's date and coping the important data there. That way…

gcb
- 344
- 1
- 4
- 18
1
vote
1 answer
Identifying SSH version for OpenVMS 5.5
Is there an easy way to identify the version of SSH that ships with OpenVMS version 5.5?
The banner reveals
SSH-2.0-3.2.0
Which appears to be a range.
I have been unable to find a changelog, release notes or updates that would reveal the shipping…

James
- 11
- 1
1
vote
3 answers
Good backup strategy for heterogeneous data consisting of images/databases/office files/svn repositories/
I'm looking for a simple on-site (i.e. not online) backup solution for our small company.
Right now we have approximately 4TB of data in total, maybe adding ~500GB per year.
The amount of data changing per day is much less tough - I guess much less…

Onur
- 119
- 3
1
vote
2 answers
Share folders versioning
I am trying to find some way to keep track of the versions of files in a shared folder on Windows Server 2003. Something similar to the versions on DropBox but for a intranet.
Can someone tell me which possibilities I have to do this?
Edit:
I'm…

Artur Carvalho
- 356
- 4
- 13
1
vote
3 answers
Remotely check version off installed software?
I am looking for a method or tool I can install (on the machines) to remotely check what versions of different programs are installed. I need to check this for about 60 windows machines.
Does somebody know a (opensource) solution for this.
user59583
1
vote
3 answers
How to backup a NAS? Want to be able to recover files deleted by mistake
We have a NAS (HP Media Vault 2120) in a small office with 5 WinXP machines that save files onto one of the directories in the Media Vault. The vault is basically a centralized hard disk.
A couple of times people have deleted files in the Media…

amh
- 411
- 1
- 5
- 12
1
vote
0 answers
Map the version history in WSS as network drive
I believe I once saw that it was possible to share versions of documents in WSS like the library itself.
e.g. when the path is like
http://myShare/SomeDocuments
then it was like
http://myShare/SomeDocuments/versions/1
or something like that ... I…

Michael Niemand
- 169
- 3
- 17
1
vote
0 answers
SCCM collection evaluates major version numbers in unexpected way
Why do SCCM collections based upon the logic Installed Applications (64).Version is less than "100.0" not evaluate to true for applications of version 99.* and below?
The full WQL query statement is as follows, (linebreaks for legibility)
select…

branpurn
- 11
- 1
0
votes
1 answer
How to point composer to the right PHP version?
I have several versions of PHP installed on my server, and I use FastCGI to select the one to use for a certain setup.
I am trying to install PIMCore and it has a Composer project for that. I have setup the projectdir to use PHP7.3 and that works…

Bart Friederichs
- 353
- 1
- 6
- 23
0
votes
1 answer
ansible version naming convention
Hi I want to upgrade the ansible installation on a RHEL6 node, but i see two ansible binaries located in the same host i.e ansible, ansible-2.6
[user1@node1 ~]$ ansible --version
ansible 2.4.2.0
config file = /etc/ansible/ansible.cfg
configured…

vajravelu
- 1
- 2